Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jm documentation for the FaceDB project #4

Merged
merged 9 commits into from
Apr 16, 2024

Conversation

BuerJeanMaxime
Copy link
Contributor

I wrote a documentation of the FaceDB functions and of the FaceResult and FaceResults objects.
I wanted to merge my doc into main to see if it enough or if more is needed.
I did with what I could fine in the code.

@Raghucharan16
Copy link

@BuerJeanMaxime how can i use pinecone for this specific usecase:

I have a folder of images containing multiple faces in each image so how can i extract only unique faces and save them in another folder using this facedb. i did this using deepface and results are not satisfactory but fast, i also tried with face-recognition library which gave me better results but took a lot of time. Here's want I wanted,
given a folder of images, we have to extract to faces in each image and check if that face is in unique_faces folder [db] if yes we have to skip it otherwise we have to add it as unique_face to the folder. I'm stuck at the moment i need both accuracy and performance. I think facedb will help me in accomplishing the above task. all i need is faster comparision of face data.

Copy link
Owner

@shhossain shhossain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future need to add more but this is fine for now.

@shhossain shhossain merged commit 765f08e into shhossain:main Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants